<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    max-width: 1920px;
    min-width: 1200px;
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
em {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img,
input {
    border: 0;
    outline: none;
}

.wap {
    display: none;
}

.top&gt;img.wap {
    display: none;
}

body .clear {
    float: none !important;
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.px1200 {
    width: 1200px;
    margin: 0 auto;
}

.icon img {
    transition: all 0.3s;
}

.icon:hover img {
    animation: icon-yh 0.6s linear;
}

@keyframes icon-yh {
    0% {
        transform: rotateZ(0);
    }
    10% {
        transform: rotateZ(10deg);
    }
    20% {
        transform: rotateZ(0);
    }
    30% {
        transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(0);
    }
    50% {
        transform: rotateZ(10deg);
    }
    60% {
        transform: rotateZ(0);
    }
    70% {
        transform: rotateZ(-10deg);
    }
    80% {
        transform: rotateZ(0);
    }
    90% {
        transform: rotateZ(10deg);
    }
    100% {
        transform: rotateZ(0);
    }
}

.text_r1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text_r2 {
    white-space: pre-wrap;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text_r3 {
    white-space: pre-wrap;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* nav */

.head {
   background: #0c8e46 url(../images/head-bj.png) no-repeat;
    background-position: 70% top;
    position: relative;
}

.head.t60 {
    top: 60px;
}

.head-top {
    padding-top: 15px;
    padding-bottom: 20px;
    position: relative;
    z-index: 999;
    background: url(../images/head-text.png) no-repeat;
    background-position: 65% center;
}

.logo {
    float: left;
}

.logo a {
    display: block;
    font-size: 0;
}

.logo a img {
    vertical-align: middle;
    transition: all 0.3s;
    padding-top: 8px;
    width: 479px;
}

.search {
    float: right;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    color: #d6d6d6;
    font-size: 0;
    text-align: right;
}

.search span {
    display: inline-block;
    font-size: 12px;
    color: #666666;
    line-height: 12px;
    vertical-align: middle;
}

.search a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    margin-left: 10px;
    vertical-align: middle;
    padding-left: 7px;
    line-height: 16px;
}

.search a img {
    vertical-align: middle;
    margin-right: 5px;
}

.search a:first-child {
    border: none;
}

.search a:hover {
    color: #fff;
}

.search-box {
    overflow: hidden;
}

.search-box&gt;div {
    margin-top: 22px;
    float: right;
    background: #e0ffee;
    -webkit-border-radius: 20px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding-left: 10px;
}

.search-box input[type="text"] {
    width: 145px;
    line-height: 32px;
    height: 32px;
    background: none;
    vertical-align: middle;
    transition: all 0.3s;
    font-size: 14px;
}

.search-box input[type="text"]::placeholder {
    color: #666666;
}

.search-box input.p-submit {
    width: 45px;
    color: #fff;
    height: 32px;
    font-size: 14px;
    vertical-align: middle;
    background: url(../images/search2.png) no-repeat;
    background-position: center center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0;
}

.search-box img {
    display: block;
    height: 17px;
    margin-top: 9px;
    cursor: pointer;
}

.t-search {
    background: #223356;
    padding: 10px 0;
    display: none;
}

.t-search&gt;div {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    padding-right: 50px;
    padding: 5px 0;
    background: #fff;
}

.t-search&gt;div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 70px 0 20px;
    height: 30px;
    box-sizing: border-box;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: #9b0c14;
}

.search-btn input {
    display: block;
    width: 20px;
    margin: 10px auto;
}

.head.on .nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    border: none;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
}

.nav {
    background: #fff;
    transition: all 0.5s;
    position: relative;
    z-index: 999;
}

.nav&gt;ul {
    font-size: 0;
    text-align: center;
    transition: all 0.5s;
}

.nav&gt;ul&gt;span {
    display: inline-block;
    color: #cccccc;
    font-size: 16px;
}

.nav&gt;ul&gt;li {
    display: inline-block;
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    padding: 7px 8px;
}

.nav&gt;ul&gt;li&gt;a {
    display: block;
    font-size: 18px;
    line-height: 20px;
    padding: 15px 0;
    color: #333333;
    position: relative;
}

.nav&gt;ul&gt;li&gt;a:before {
    content: "";
    left: 50%;
    right: 50%;
    height: 4px;
    background: #0c8e46;
    position: absolute;
    bottom: -1px;
    transition: all 0.3s;
}

.nav&gt;ul&gt;li ul {
    display: none;
    position: absolute;
    top: 100%;
    padding: 10px 0;
    width: 200px;
    background: #fff;
    overflow: hidden;
    border-top: 1px solid #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-top: 1px solid transparent;
    z-index: 99999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.nav&gt;ul&gt;li ul li {
    padding: 5px 10px;
    text-align: center;
}

.nav&gt;ul&gt;li ul li a {
    display: block;
    font-size: 14px;
    color: #333;
    padding: 10px 0;
}

.nav&gt;ul&gt;li ul li a:hover {
    color: #fff;
    background: #0c8e46;
}

.nav&gt;ul&gt;li:hover&gt;a {
    color: #0c8e46;
}

.nav&gt;ul&gt;li.active&gt;a {
    color: #0c8e46;
}

.nav&gt;ul&gt;li.active&gt;a::before {
    left: 0;
    right: 0;
}

.nav&gt;ul&gt;li.on&gt;a::before {
    left: 0;
    right: 0;
}

.pic {
    display: block;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.pic img:hover {
    transform: scale(1.05);
}

.footer {
    background: url(../images/foot-bj.png) no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 30px;
    margin-top: 30px;
}

.foot-l {
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    color: #b9d7c0;
    margin-right: 125px;
    text-align: left;
    vertical-align: middle;
}

.foot-r {
    float: right;
    vertical-align: middle;
}

.foot-r ul li {
    float: left;
    text-align: center;
}

.foot-r ul li div img {
    display: block;
    width: 100%;
    width: 80px;
}

.foot-bq {
    text-align: center;
    color: #b9d7c0;
    line-height: 20px;
    margin-top: 30px;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 20px;
    border-top: 1px solid #75937e;
}

.foot-bq img {
    vertical-align: middle;
}

.banner {
    width: 100%;
    position: relative;
}

.banner a {
    display: block;
    width: 100%;
}

.banner img {
    display: block;
    width: 100%;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-dots {
    bottom: 30px;
    text-align: center;
}

.banner .slick-dots li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    margin-left: 15px;
    margin-right: 15px;
    transition: all 0.3s;
    position: relative;
}

.banner .slick-dots li.slick-active {
    background: #0c8e46;
}

.banner-video {
    position: absolute;
    right: 50%;
    margin-right: -600px;
    width: 160px;
    height: 160px;
    background: url(../images/b-video-bj.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    bottom: 30px;
}

.banner-video img {
    margin: 45px auto 10px auto;
    width: auto !important;
}

.banner-video p {
    font-size: 16px;
    color: #fff;
}

.link-ul {
    font-size: 0;
    text-align: center;
    margin-top: 30px;
    display: inline-block;
}

.link-ul&gt;div {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    margin: 0 30px;
    text-align: left;
}

.link-ul p {
    width: 270px;
    padding: 0 20px;
    background: rgba(92, 156, 110, .7);
    font-size: 14px;
    line-height: 45px;
    color: #fff;
}

.link-ul p img {
    float: right;
    margin-top: 17px;
}

.link-ul&gt;div ul {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    border: 1px solid #cfcfcf;
    padding: 10px 0;
    background: #fff;
}

.link-ul&gt;div ul li a {
    display: block;
    padding: 0 10px;
    font-size: 13px;
    line-height: 26px;
    color: #333;
}

.link-ul&gt;div ul li a:hover {
    background: #0c8e46;
    color: #fff;
}

.link-ul&gt;div:hover ul {
    display: block;
}</pre></body></html>